RELOAD
REMOVE
RESAVE

Syntax: RELOAD program_name
   and: REMOVE program_name
   and: RESAVE program_name
Location: MutiBASIC (DIY Toolkit - Vol M)

These commands allow you to store several programs in memory and retrieve them very quickly.

RELOAD fetches the program and loads it into the current SuperBASIC interpreter.

If the screen mode has been stored with UNLOAD (or RESAVE), then when the program is loaded, RELOAD checks if the current display mode is the correct one and if not will alter it.

REMOVE will remove the specified program from memory.

RESAVE is the same as UNLOAD except that if the specified program already exists in memory, it is overwritten.

CROSS-REFERENCE:
SCR_SAVE allows you to dictate whether the screen display and mode should be stored together with the program.
See QLOAD.
